Skip to content

style(docs): lint fixes from docs.page audit#9062

Merged
mikehardy merged 3 commits into
mainfrom
docs-link-audit
Jun 22, 2026
Merged

style(docs): lint fixes from docs.page audit#9062
mikehardy merged 3 commits into
mainfrom
docs-link-audit

Conversation

@mikehardy

@mikehardy mikehardy commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

Summary

Follow-up lint from a docs.page audit — no functional changes.

  • Move sidebar icons from per-page frontmatter into docs.json navigation config
  • Remove redundant icon fields from usage page frontmatter
  • Prettier/formatting fixes in docs/reference.css
  • Fix up some vestigial next/previous links in unused files
  • Clear up last remaining unknown frontmatter

Test plan

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request implements a series of documentation maintenance tasks following a recent audit. The changes focus on centralizing configuration for sidebar icons and cleaning up redundant metadata in documentation files, alongside minor style improvements to the reference CSS to ensure consistency.

Highlights

  • Documentation Configuration: Moved sidebar icons from individual page frontmatter into the central docs.json configuration file to streamline maintenance.
  • Code Cleanup: Removed redundant icon fields from various MDX documentation files.
  • Style Improvements: Applied Prettier formatting fixes and standardized CSS syntax in docs/reference.css.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the documentation configuration and styling. It replaces the custom icon URLs in docs.json with official Firebase SVG assets, removes the redundant icon metadata from the frontmatter of various MDX documentation files, and applies minor formatting and style cleanups (such as quote normalization and decimal formatting) in docs/reference.css. There are no review comments, and I have no additional feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@mikehardy

Copy link
Copy Markdown
Collaborator Author

Already passed all documentation-related checks --> merging

@mikehardy mikehardy merged commit 3a60901 into main Jun 22, 2026
17 of 18 checks passed
@mikehardy mikehardy deleted the docs-link-audit branch June 22, 2026 18:25
@codecov

codecov Bot commented Jun 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.42%. Comparing base (f5497dc) to head (5f70c66).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #9062      +/-   ##
============================================
- Coverage     60.86%   59.42%   -1.43%     
+ Complexity     1602     1592      -10     
============================================
  Files           455      392      -63     
  Lines         33589    24774    -8815     
  Branches       5466     4497     -969     
============================================
- Hits          20441    14720    -5721     
+ Misses        11976     9295    -2681     
+ Partials       1172      759     -413     
Flag Coverage Δ
android-native 48.24% <ø> (-0.31%) ⬇️
e2e-ts-android 48.24% <ø> (-0.31%) ⬇️
e2e-ts-ios ?
e2e-ts-macos 25.65% <ø> (ø)
ios-native ?
jest 62.25% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant